home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-10-13 | 399 b | 12 lines | [TEXT/ToyS] |
- tell application "MyVidCap©-FAT"
- activate
- -- bring MyVidCap to the foreground
- if Select Video Window then
- -- make sure the video window is frontmost
- if Record Video for 2.0 as movie named "2 second movie" then
- -- grab 2 seconds of the video to the default location (folder / hard drive)
- -- and save it as "2 second movie"
- -- now you can do something with it
- end if
- end if
- end tell